User class

Constructors

User({required String? companyName, required String? contactName, required int? mobileNumber, required String? emailId, required String userId, required String? gstNumber})
User.fromJson(Map<String, dynamic> json)

Properties

companyName String?
latefinal
contactName String?
latefinal
emailId String?
latefinal
gstNumber String?
latefinal
hashCode int
The hash code for this object.
no setterinherited
mobileNumber int?
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String
latefinal

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