FollowRequestModel class

Constructors

FollowRequestModel({required String documentID, required String appId, MemberPublicInfoModel? follower, MemberPublicInfoModel? followed, FollowRequestStatus? status})

Properties

appId String
getter/setter pairoverride
documentID String
getter/setter pairoverride
followed ↔ MemberPublicInfoModel?
getter/setter pair
follower ↔ MemberPublicInfoModel?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status FollowRequestStatus?
getter/setter pair

Methods

collectReferences({String? appId}) Future<List<ModelReference>>
override
copyWith({String? documentID, String? appId, MemberPublicInfoModel? follower, MemberPublicInfoModel? followed, FollowRequestStatus? status}) FollowRequestModel
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toEntity({String? appId}) FollowRequestEntity
override
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromEntity(String documentID, FollowRequestEntity? entity) Future<FollowRequestModel?>
fromEntityPlus(String documentID, FollowRequestEntity? entity, {String? appId}) Future<FollowRequestModel?>

Constants

id → const String
packageName → const String