MemberPublicInfoModel class

Constructors

MemberPublicInfoModel({required String documentID, String? name, String? photoURL, List<MemberSubscriptionModel>? subscriptions})

Properties

documentID String
getter/setter pairoverride
hashCode int
The hash code for this object.
no setteroverride
name String?
getter/setter pair
photoURL String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscriptions List<MemberSubscriptionModel>?
getter/setter pair

Methods

collectReferences({String? appId}) Future<List<ModelReference>>
override
copyWith({String? documentID, String? name, String? photoURL, List<MemberSubscriptionModel>? subscriptions}) MemberPublicInfoModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEntity({String? appId}) MemberPublicInfoEntity
override
toString() String
A string representation of this object.
override

Operators

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

Constants

id → const String
packageName → const String