MeasureField class abstract
- Implemented types
- Annotations
-
- @freezed
Constructors
-
MeasureField.new({required String field, @Default(null) String? shortLabel, @Default(null) int? rows, @Default(null) int? columns, @Default(null) bool? grows, @Default(null) bool? multiline, @Default(null) String? schema, @Default(null) List<
String> ? tags, @Default(null) List<String> ? codifications, @Default(null) Map<String, String> ? options, @Default(null) Map<String, String> ? labels, @Default(null) String? value, @Default(null) String? unit, @Default(null) bool? required, @Default(null) String? hideCondition, @Default(null) bool? now, @Default(null) bool? translate}) -
constfactory
Properties
-
codifications
→ List<
String> ? -
no setterinherited
- columns → int?
-
no setterinherited
-
copyWith
→ $MeasureFieldCopyWith<
MeasureField> -
Create a copy of MeasureField
with the given fields replaced by the non-null parameter values.
no setterinherited
- field → String
-
no setterinherited
- grows → bool?
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- hideCondition → String?
-
no setterinherited
-
labels
→ Map<
String, String> ? -
no setterinherited
- multiline → bool?
-
no setterinherited
- now → bool?
-
no setterinherited
-
options
→ Map<
String, String> ? -
no setterinherited
- required → bool?
-
no setterinherited
- rows → int?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schema → String?
-
no setterinherited
- shortLabel → String?
-
no setterinherited
-
no setterinherited
- translate → bool?
-
no setterinherited
- unit → String?
-
no setterinherited
- value → String?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode(
MeasureField value) → Map< String, dynamic> -
override
-
fromJSON(
Map< String, dynamic> data) → MeasureField -
override