GraphGetMutesOutput constructor

  1. @JsonSerializable(includeIfNull: false)
const GraphGetMutesOutput({
  1. String? cursor,
  2. @ProfileViewConverter() required List<ProfileView> mutes,
  3. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory GraphGetMutesOutput({
  String? cursor,
  @ProfileViewConverter() required List<ProfileView> mutes,

  Map<String, dynamic>? $unknown,
}) = _GraphGetMutesOutput;