SQLResponse class

Inheritance

Constructors

SQLResponse({required bool hasData, required String sql, required String status, required dynamic data, required bool hasError, required String dataSetType, String message = ""})
SQLResponse.fromJson(JsonMap json)
factory

Properties

data → dynamic
finalinherited
dataSetType String
finalinherited
error string
no setterinherited
hasData bool
finalinherited
hasError bool
finalinherited
hashCode int
The hash code for this object.
no setterinherited
message String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sql String
finalinherited
status String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() JsonMap
inherited
toString() String
A string representation of this object.
inherited

Operators

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