Msg class

Error Msg Ret

Inheritance

Constructors

Msg({String? code, String? body, String? module, String? level})
Constructor Msg

Properties

body String?
Error data
final
code String?
Error Code
final
hashCode int
The hash code for this object.
no setterinherited
level String?
Module level
final
module String?
Error module
final
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>
Ret convert to Json Map
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) → dynamic
from json map