DoHQuestion class
DoHQuestion
Constructors
- DoHQuestion.new({String name = "", int type = 0})
- init
-
DoHQuestion.fromJson(Map<
String, dynamic> json) - read from json
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> - covert to json
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited