Ccommunity class abstract

Implemented types

Constructors

Ccommunity({String? id, String? name, String? address, String? createdAt, String? defaultGroup, String myRole, dynamic joined, dynamic isFeatured, dynamic isByMe, dynamic subscribersCount, UserModel? createdBy})
const
factory
Ccommunity.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
no setter
copyWith → $CcommunityCopyWith<Ccommunity>
no setter
createdAt String?
no setter
createdBy UserModel?
no setter
defaultGroup String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
isByMe → dynamic
no setter
isFeatured → dynamic
no setter
joined → dynamic
no setter
no setter
myRole String
no setter
name String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscribersCount → dynamic
no setter

Methods

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

Operators

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