GraphGetListMutesOutput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory GraphGetListMutesOutput({
String? cursor,
@ListViewConverter() required List<ListView> lists,
Map<String, dynamic>? $unknown,
}) = _GraphGetListMutesOutput;