UnspeccedGetSuggestedStarterPacksSkeletonInput constructor

  1. @JsonSerializable(includeIfNull: false)
const UnspeccedGetSuggestedStarterPacksSkeletonInput({
  1. String? viewer,
  2. @Default(10) int limit,
  3. 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;