LoginModel class

Constructors

LoginModel({required String retailerid, required String retailername, required String address, required String retailerType, required String gstinnumber, dynamic tax, required String clientId, dynamic shopFrontPhoto, required int pendingClaimCount, required bool isOcrEnable, required String mobileno, required bool isOtpEnable, required String role})
LoginModel.fromJson(Map<String, dynamic> json)
factory

Properties

address String
getter/setter pair
clientId String
getter/setter pair
gstinnumber String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isOcrEnable bool
getter/setter pair
isOtpEnable bool
getter/setter pair
mobileno String
getter/setter pair
pendingClaimCount int
getter/setter pair
retailerid String
getter/setter pair
retailername String
getter/setter pair
retailerType String
getter/setter pair
role String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shopFrontPhoto ↔ dynamic
getter/setter pair
tax ↔ dynamic
getter/setter pair

Methods

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