PublicResourceList class

Annotations
  • @freezed

Constructors

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

Properties

copyWith → $PublicResourceListCopyWith<PublicResourceList>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
items List<PublicResource>
no setterinherited
limit int?
no setterinherited
offset int?
no setterinherited
path String
no setterinherited
publicKey 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