SessionResultDTO class

Annotations
  • @freezed

Constructors

SessionResultDTO({@JsonKey(name: 'country') String? countryCode, @JsonKey(name: 'id_number') String? idNumber, @JsonKey(name: 'name') Map? name, @JsonKey(name: 'doc_type') String? docType, @JsonKey(name: 'date_of_birth') String? dateOrBirth, @JsonKey(name: 'filepaths') Map? filePath, @JsonKey(name: 'address') Map? address})
const
factory
SessionResultDTO.fromJson(Map<String, dynamic> json)
factory

Properties

address Map?
no setterinherited
copyWith → $SessionResultDTOCopyWith<SessionResultDTO>
no setterinherited
countryCode String?
no setterinherited
dateOrBirth 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
toDomain() SessionResultEntity
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

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