MemberClaimModel class
Constructors
- MemberClaimModel({required String documentID, int? refreshValue})
Properties
- documentID ↔ String
- 
  
  getter/setter pairoverride
- hashCode → int
- 
  The hash code for this object.
  no setteroverride
- refreshValue ↔ int?
- 
  
  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, int? refreshValue}) → MemberClaimModel 
- 
  
  override
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toEntity({String? appId}) → MemberClaimEntity 
- 
  
  override
- 
  toString() → String 
- 
  A string representation of this object.
  override
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  override
Static Methods
- 
  fromEntity(String documentID, MemberClaimEntity? entity) → Future< MemberClaimModel?> 
- 
  fromEntityPlus(String documentID, MemberClaimEntity? entity, {String? appId}) → Future< MemberClaimModel?> 
Constants
- id → const String
- packageName → const String