AdminSearchAccountsOutput constructor
- @JsonSerializable(includeIfNull: false)
- String? cursor,
- @AccountViewConverter() required List<
AccountView> accounts, - Map<
String, dynamic> ? $unknown,
Implementation
@JsonSerializable(includeIfNull: false)
const factory AdminSearchAccountsOutput({
String? cursor,
@AccountViewConverter() required List<AccountView> accounts,
Map<String, dynamic>? $unknown,
}) = _AdminSearchAccountsOutput;