ErrorInfo class
Constructors
- ErrorInfo.new({int? code, String? message, String? status, dynamic details})
-
ErrorInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
fromJsonList(
List? jsonList) → List< ErrorInfo> ? -
inherited
-
fromJsonMap(
Map< String, dynamic> ? json) → ErrorInfo? -
override
-
fromJsonString(
String? json) → ErrorInfo? -
inherited
-
fromJsonStringList(
String? jsonStringList) → List< ErrorInfo> ? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFieldsMask(
{String? parentKey}) → List< String> -
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toJsonMap(
) → Map< String, dynamic> -
inherited
-
toJsonString(
) → String -
inherited
-
toString(
) → String -
This is just to suggest children to implement a named constructor to
support creating objects fromJson(...) and fromJsonString(...) as easy as
T.build().fromJson(...) or T.build().fromJsonString(...)
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited