FieldClass constructor Null safety

const FieldClass(
  1. {List<Map<String, dynamic>>? properties,
  2. String? label,
  3. String? hint,
  4. double? sequence}
)

Implementation

const FieldClass({this.properties, this.label, this.hint, this.sequence});