FieldsUsageField constructor

FieldsUsageField({
  1. int? id,
  2. String? name,
  3. String? type,
})

Implementation

FieldsUsageField({
  this.id, this.name, this.type
});