Nux constructor
- @jsonSerializable
Implementation
@jsonSerializable
const factory Nux({
@typeKey @Default(appBskyActorDefsNux) String type,
required String id,
@Default(false) bool completed,
String? data,
DateTime? expiresAt,
}) = _Nux;
@jsonSerializable
const factory Nux({
@typeKey @Default(appBskyActorDefsNux) String type,
required String id,
@Default(false) bool completed,
String? data,
DateTime? expiresAt,
}) = _Nux;