ToggleModel class

Inheritance

Constructors

ToggleModel.fromJson(Map<String, dynamic> json, String type, bool isBeforeHeader)

Properties

chosenValue ↔ MutableLiveData
getter/setter pair
description String?
final
hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
isBeforeHeader bool
finalinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time ↔ MutableLiveData<int?>
getter/setter pair
type String
finalinherited
values List<String>
final

Methods

dispose() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateTime() → void
updateValue(dynamic value, {bool withTime = true}) → void
override

Operators

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