MetaExtended class

Implementers

Constructors

MetaExtended({String? email, String? msisdn, bool? isEmailVerified, bool? isMsisdnVerified, bool? forcePasswordChange, String? password, String? workflowShortname, String? state, bool? isOpen})
MetaExtended.fromJson(Map<String, dynamic> json)
Converts the object to a JSON object.
factory

Properties

email String?
final
forcePasswordChange bool?
final
hashCode int
The hash code for this object.
no setterinherited
isEmailVerified bool?
final
isMsisdnVerified bool?
final
isOpen bool?
final
msisdn String?
final
password String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
final
workflowShortname String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the object to a JSON object.
toString() String
A string representation of this object.
inherited

Operators

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