StudentGroupMember class
A student member in a student group.
Constructors
- StudentGroupMember({String? courseId, String? studentGroupId, String? userId})
- StudentGroupMember.fromJson(Map json_)
Properties
- courseId ↔ String?
-
The identifier of the course.
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
- studentGroupId ↔ String?
-
The identifier of the student group.
getter/setter pair
- userId ↔ String?
-
Identifier of the student.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited