Group class
Constructors
-
Group.new({int? groupID, String? groupName, String? groupshortName, String? description, Media? groupLogo, Media? groupBanner, String? groupType, String? groupURL, RxList<
User> ? groupUsers, int? groupUsersCount, Rx<bool> ? joinStatus, GroupSocial? groupSocial, GroupRoles? myRole}) -
Group.fromJson(Map<
String, dynamic> json) -
factory
Properties
- description ↔ String?
-
getter/setter pair
- groupBanner ↔ Media?
-
getter/setter pair
- groupID ↔ int?
-
getter/setter pair
- groupLogo ↔ Media?
-
getter/setter pair
- groupName ↔ String?
-
getter/setter pair
- groupshortName ↔ String?
-
getter/setter pair
- groupSocial ↔ GroupSocial?
-
getter/setter pair
- groupType ↔ String?
-
getter/setter pair
- groupURL ↔ String?
-
getter/setter pair
-
groupUsers
↔ RxList<
User> ? -
getter/setter pair
- groupUsersCount ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
joinStatus
↔ Rx<
bool> ? -
getter/setter pair
- myRole ↔ GroupRoles?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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