menu
english_question_model package
documentation
widget/Ref.dart
Ref<T>
Ref.new constructor
Ref.new constructor
dark_mode
light_mode
Ref<
T
>
constructor
Ref<
T
>
(
T
get
,
void
set
(
T
)
)
Implementation
Ref(this.get, this.set);
english_question_model package
documentation
widget/Ref
Ref<T>
Ref.new constructor
Ref class