factory MemberAccount.fromJson(Map<String, dynamic> json) { return MemberAccount( accountId: json['accountId'] as String?, ); }