HeaderParser class
- Implemented types
Constructors
- HeaderParser(String name, String id, int index)
-
HeaderParser.fromJson(Map<
String, dynamic> json, int index)
Properties
- chosenValue ↔ dynamic
-
getter/setter pairoverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String
-
finalgetter/setter pairoverride
- index ↔ int
-
getter/setter pairoverride
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time ↔ int?
-
getter/setter pairoverride
Methods
-
getWidget(
bool refresh) → Widget -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setChosenValue(
dynamic value) → dynamic -
override
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited