StoneResponse class

Constructors

StoneResponse({String? method, String? errorMessage, String? message, int? result})
StoneResponse.fromJson(String source)
factory
StoneResponse.fromMap(Map<String, dynamic> map)
factory

Properties

errorMessage String?
final
hashCode int
The hash code for this object.
no setteroverride
message String?
final
method String?
final
result int?
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() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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