DmxField constructor
const
DmxField(})
Builds a field view.
Implementation
const DmxField(
this.name, {
required this.type,
required this.typeNonNull,
required this.nullable,
this.defaultValue,
this.annotations = const [],
});