StarterpackRecord constructor
- @jsonSerializable
Implementation
@jsonSerializable
const factory StarterpackRecord({
@typeKey @Default(appBskyGraphStarterpack) String type,
required String name,
String? description,
List<Facet>? descriptionFacets,
@AtUriConverter() required AtUri list,
List<StarterpackFeedItem>? feeds,
required DateTime createdAt,
}) = _StarterpackRecord;