MesiboPhoneContact class

Inheritance

Constructors

MesiboPhoneContact({MesiboProfileFlutter? profile, String? name, String? phoneNumber, String? nationalNumber, String? formattedPhoneNumber, String? country, String? countryIsoCode, required int countryPhoneCode, required int type, required bool valid, required bool possiblyValid})

Properties

country String?
getter/setter pairinherited
countryIsoCode String?
getter/setter pairinherited
countryPhoneCode int
getter/setter pairinherited
formattedPhoneNumber String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
name String?
getter/setter pairinherited
nationalNumber String?
getter/setter pairinherited
phoneNumber String?
getter/setter pairinherited
possiblyValid bool
getter/setter pairinherited
profile MesiboProfileFlutter?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
getter/setter pairinherited
valid bool
getter/setter pairinherited

Methods

encode() Object
inherited
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

Constants

PHONETYPE_COUNTRY → const int
PHONETYPE_FIXED → const int
PHONETYPE_INVALID → const int
PHONETYPE_MAYBE → const int
PHONETYPE_MOBILE → const int
PHONETYPE_PREMIUM → const int
PHONETYPE_PRIVATE → const int
PHONETYPE_TOLLFREE → const int
PHONETYPE_VALID → const int
PHONETYPE_VOIP → const int