TrashResourceList class

Annotations
  • @freezed

Constructors

TrashResourceList({@JsonKey(name: 'sort') String? sort, @JsonKey(name: 'items') required List<TrashResource> items, @JsonKey(name: 'limit') int? limit, @JsonKey(name: 'offset') int? offset, @JsonKey(name: 'path') required String path, @JsonKey(name: 'total') int? total})
const
factory
TrashResourceList.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $TrashResourceListCopyWith<TrashResourceList>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
items List<TrashResource>
no setterinherited
limit int?
no setterinherited
offset int?
no setterinherited
path String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort String?
no setterinherited
total int?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited