LoginBodyModel class
Constructors
- LoginBodyModel({String? username, String? password, String? cusMobileno, String? phoneOs, String? phoneBrand, String? deviceId, String? phoneModel})
- LoginBodyModel.fromJson(dynamic json)
Properties
- cusMobileno → String?
-
no setter
- deviceId → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- password → String?
-
no setter
- phoneBrand → String?
-
no setter
- phoneModel → String?
-
no setter
- phoneOs → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- username → String?
-
no setter
Methods
-
copyWith(
{String? username, String? password, String? cusMobileno, String? phoneOs, String? phoneBrand, String? deviceId, String? phoneModel}) → LoginBodyModel -
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited