UnspeccedGetSuggestedStarterPacksSkeletonInput constructor
- @JsonSerializable(includeIfNull: false)
const
UnspeccedGetSuggestedStarterPacksSkeletonInput(
{ - String? viewer,
- @Default(10) int limit,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory UnspeccedGetSuggestedStarterPacksSkeletonInput({
/// DID of the account making the request (not included for public/unauthenticated queries).
String? viewer,
@Default(10) int limit,
Map<String, dynamic>? $unknown,
}) = _UnspeccedGetSuggestedStarterPacksSkeletonInput;