SessionResultEntity class

Annotations
  • @freezed

Constructors

SessionResultEntity({String? countryCode, String? idNumber, Map? name, String? docType, String? dateOfBirth, Map? filePath, Map? address})
const
factory

Properties

address Map?
no setterinherited
copyWith → $SessionResultEntityCopyWith<SessionResultEntity>
no setterinherited
countryCode String?
no setterinherited
dateOfBirth String?
no setterinherited
docType String?
no setterinherited
filePath Map?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
idNumber String?
no setterinherited
name Map?
no setterinherited
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