GetPrivateMessages constructor
- @JsonSerializable.new(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory GetPrivateMessages({@JsonKey(name: 'unread_only') required bool unreadOnly, int? page, int? limit, String? auth}) = _GetPrivateMessages;