MdGroupChannel class

Constructors

MdGroupChannel({String? name, String? coverUrl, String? channelUrl, String? customType, bool? isDistinct, bool? isPublic, bool? isEphemeral, String? data, bool? isCreated, bool? isDiscoverable, bool? isSuper, bool? freeze, int? memberCount, int? joinedMemberCount, int? maxLengthMessage, int? createdAt, List<Member>? members, String? uuid, bool? active, String? createdTs, String? updatedTs, String? createdBy, String? updatedBy, String? communityId, List<Operator>? operators})
MdGroupChannel.fromJson(Map<String, dynamic> json)
factory

Properties

active bool?
getter/setter pair
channelUrl String?
getter/setter pair
communityId String?
getter/setter pair
coverUrl String?
getter/setter pair
createdAt int?
getter/setter pair
createdBy String?
getter/setter pair
createdTs String?
getter/setter pair
customType String?
getter/setter pair
data String?
getter/setter pair
freeze bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isCreated bool?
getter/setter pair
isDiscoverable bool?
getter/setter pair
isDistinct bool?
getter/setter pair
isEphemeral bool?
getter/setter pair
isPublic bool?
getter/setter pair
isSuper bool?
getter/setter pair
joinedMemberCount int?
getter/setter pair
maxLengthMessage int?
getter/setter pair
memberCount int?
getter/setter pair
members List<Member>?
getter/setter pair
name String?
getter/setter pair
operators List<Operator>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedBy String?
getter/setter pair
updatedTs String?
getter/setter pair
uuid String?
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