ApiLevelCondition constructor

ApiLevelCondition({
  1. int? minApiLevel,
})

Implementation

ApiLevelCondition({
  this.minApiLevel,
});