MockFieldDefinition constructor
MockFieldDefinition({})
Creates a field definition.
Implementation
MockFieldDefinition({
required this.type,
required this.min,
required this.max,
required this.items,
required this.values,
required this.example,
required this.count,
required this.from,
required this.to,
required this.format,
});