TutorModel class

Available extensions
Annotations

Constructors

TutorModel({required String username, required String aaa, required List<int> dda, required Map dda1})

Properties

aaa String
getter/setter pair
customHashCode int

Available on TutorModel, provided by the TutorModelEquality extension

no setter
dda List<int>
getter/setter pair
dda1 Map
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
getter/setter pair

Methods

customOperator(Object other) bool

Available on TutorModel, provided by the TutorModelEquality extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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