ErrorData class

Constructors

ErrorData({String? errorForUser, String? errorForDeveloper, List<InvalidField>? invalidFields})
ErrorData.fromJson(Map<String, dynamic> json)
Simple meethod that converts json json to data.
factory

Properties

errorForDeveloper String?
Error for developer property used in Nik Architecture.
getter/setter pair
errorForUser String?
Error for user property used in Nik Architecture.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
invalidFields List<InvalidField>?
List of invalid properties.
getter/setter pair
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
toJson() Map<String, dynamic>
Simple meethod that converts data ErrorData to Json.
toString() String
A string representation of this object.
inherited

Operators

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