RegisterMemeberRequest class

Constructors

RegisterMemeberRequest(String phone, String name, String? address, String? dateOfBirth, String? email, Gender? gender, String? idCardNumber, String? idCitizenNumber, String? passportNumber)

Properties

address String?
final
dateOfBirth String?
final
email String?
final
gender Gender?
final
hashCode int
The hash code for this object.
no setterinherited
idCardNumber String?
final
idCitizenNumber String?
final
name String
final
passportNumber String?
final
phone String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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