ChatDashboardModel class
Constructors
- ChatDashboardModel({required String documentID, required String appId, String? description, StorageConditionsModel? conditions, MembersType? membersType})
Properties
- appId ↔ String
-
getter/setter pairoverride
- conditions ↔ StorageConditionsModel?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- documentID ↔ String
-
getter/setter pairoverride
- hashCode → int
-
The hash code for this object.
no setteroverride
- membersType ↔ MembersType?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
collectReferences(
{String? appId}) → Future< List< ModelReference> > -
override
-
copyWith(
{String? documentID, String? appId, String? description, StorageConditionsModel? conditions, MembersType? membersType}) → ChatDashboardModel -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toEntity(
{String? appId}) → ChatDashboardEntity -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
fromEntity(
String documentID, ChatDashboardEntity? entity) → Future< ChatDashboardModel?> -
fromEntityPlus(
String documentID, ChatDashboardEntity? entity, {String? appId}) → Future< ChatDashboardModel?>
Constants
- id → const String
- packageName → const String