GetUserMedia constructor

const GetUserMedia({
  1. int? limit,
  2. int? page,
  3. String? sort,
  4. @JsonKey.new(name: 'unread_only') bool? unreadOnly,
  5. required String auth,
})

Implementation

const factory GetUserMedia({int? limit, int? page, String? sort, @JsonKey(name: 'unread_only') bool? unreadOnly, required String auth}) = _GetUserMedia;