GetDevicesBody class

Mixed in types
Annotations
  • @MappableClass()

Constructors

GetDevicesBody({required String page, required String resultsPerPage, required String totalDevices, required String countDevices, required Devices devices})

Properties

copyWith GetDevicesBodyCopyWith<GetDevicesBody, GetDevicesBody, GetDevicesBody>
no setterinherited
countDevices String
final
devices Devices
final
hashCode int
The hash code for this object.
no setterinherited
page String
final
resultsPerPage String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDevices String
final

Methods

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

Operators

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