SearchAssetRes class

Available extensions
Annotations
  • @JsonSerializable.new(explicitToJson: true)

Constructors

SearchAssetRes({List<Asset>? entities, required bool ok, String? msg, int? page, int? size, int? total})
const
SearchAssetRes.fromJson(Map<String, dynamic> json)
factory

Properties

entities List<Asset>?
final
hashCode int
The hash code for this object.
no setteroverride
msg String?
final
ok bool
final
page int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int?
final
total int?
final

Methods

copyWith({List<Asset>? entities, bool? ok, String? msg, int? page, int? size, int? total}) SearchAssetRes

Available on SearchAssetRes, provided by the $SearchAssetResExtension extension

copyWithWrapped({Wrapped<List<Asset>?>? entities, Wrapped<bool>? ok, Wrapped<String?>? msg, Wrapped<int?>? page, Wrapped<int?>? size, Wrapped<int?>? total}) SearchAssetRes

Available on SearchAssetRes, provided by the $SearchAssetResExtension extension

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

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const SearchAssetRes Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(SearchAssetRes instance)