copyWith method
Implementation
MemberClaimEntity copyWith({
String? documentID,
int? refreshValue,
}) {
return MemberClaimEntity(
refreshValue: refreshValue ?? this.refreshValue,
);
}
MemberClaimEntity copyWith({
String? documentID,
int? refreshValue,
}) {
return MemberClaimEntity(
refreshValue: refreshValue ?? this.refreshValue,
);
}