menu
tether_libs package
documentation
models/tether_model.dart
TetherModel<T>
TetherModel.new constructor
TetherModel.new constructor
dark_mode
light_mode
TetherModel<
T
>
constructor
TetherModel<
T
>
(
Map
<
String
,
dynamic
>
data
)
Constructs a
TetherModel
with the given
data
map.
Implementation
TetherModel(this.data);
tether_libs package
documentation
models/tether_model
TetherModel<T>
TetherModel.new constructor
TetherModel class