AppPassword constructor
- @JsonSerializable(includeIfNull: false)
const
AppPassword(
{ - @Default('com.atproto.server.createAppPassword#appPassword') String $type,
- required String name,
- required String password,
- required DateTime createdAt,
- bool? privileged,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory AppPassword({
@Default('com.atproto.server.createAppPassword#appPassword') String $type,
required String name,
required String password,
required DateTime createdAt,
bool? privileged,
Map<String, dynamic>? $unknown,
}) = _AppPassword;