AsklessErrorModel class

Inheritance

Constructors

AsklessErrorModel({required String code, required String description})
AsklessErrorModel.fromMap(dynamic map)
factory

Properties

code String
The error code, may be a field of AsklessErrorCode, or a custom error code sent by the server
finalinherited
description String
The error description
finalinherited
hashCode int
The hash code for this object.
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