mineral
builders
Field
Field constructor
Field
Field
constructor
Null safety
Field
(
{
required
String
name
,
required
String
value
,
bool
?
inline
}
)
Implementation
Field({ required this.name, required this.value, this.inline });
mineral
builders
Field
Field constructor
Field class
Constructors
Field
Properties
hashCode
inline
name
runtimeType
value
Methods
noSuchMethod
toJson
toString
Operators
operator ==