FieldClass class Null safety

Constructors

FieldClass({List<Map<String, dynamic>>? properties, String? label, String? hint, double? sequence})
const

Properties

hashCode int
The hash code for this object.
read-only, inherited
hint String?
final
label String?
final
properties List<Map<String, dynamic>>?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
sequence double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited