SearchDeviceRes class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
Properties
Methods
-
copyWith(
{List< Device> ? entities, bool? ok, String? msg, int? page, int? size, int? total}) → SearchDeviceRes -
Available on SearchDeviceRes, provided by the $SearchDeviceResExtension extension
-
copyWithWrapped(
{Wrapped< List< ? entities, Wrapped<Device> ?>bool> ? ok, Wrapped<String?> ? msg, Wrapped<int?> ? page, Wrapped<int?> ? size, Wrapped<int?> ? total}) → SearchDeviceRes -
Available on SearchDeviceRes, provided by the $SearchDeviceResExtension 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 SearchDeviceRes Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(SearchDeviceRes instance)