CheckAtolEntity class

Constructors

CheckAtolEntity.new({required String idempotenceKeyERN, required String? emailClient, required String? phoneClient, String callbackUrl = '', required List<ItemListModelSS> items})
CheckAtolEntity.from(Map<String, dynamic> map)
factory
CheckAtolEntity.fromJson(String source)
factory
CheckAtolEntity.fromMap(Map<String, dynamic> map)
factory

Properties

callbackUrl String
getter/setter pair
emailClient String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
idempotenceKeyERN String
getter/setter pair
items List<ItemListModelSS>
getter/setter pair
phoneClient String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({String? idempotenceKeyERN, String? emailClient, String? phoneClient, String? callbackUrl, List<ItemListModelSS>? items}) CheckAtolEntity
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant CheckAtolEntity other) bool
The equality operator.
override