BlusaltIdentityResult class

Constructors

BlusaltIdentityResult.new({String? serviceType, String? dateOfIssuance, String? dateOfExpiration, String? verificationStatus, String? levelOfAccount, IndigeneInfo? indigeneInfo, PersonalInfo? personalInfo})
BlusaltIdentityResult.fromJson(Map<String, dynamic> json)
factory

Properties

dateOfExpiration String?
final
dateOfIssuance String?
final
hashCode int
The hash code for this object.
no setterinherited
indigeneInfo IndigeneInfo?
final
levelOfAccount String?
final
personalInfo PersonalInfo?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceType String?
final
verificationStatus String?
final

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