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