toEntity method
Implementation
@override
MemberClaimEntity toEntity({String? appId}) {
return MemberClaimEntity(
refreshValue: (refreshValue != null) ? refreshValue : null,
);
}
@override
MemberClaimEntity toEntity({String? appId}) {
return MemberClaimEntity(
refreshValue: (refreshValue != null) ? refreshValue : null,
);
}