FieldClass constructor

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

Implementation

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