JSONStringResult class final
- Mixed-in types
Constructors
-
JSONStringResult({required dynamic data, Map<
String, dynamic> ? meta}) - JSONStringResult.parse(dynamic value)
-
factory
Properties
Methods
-
dataAsList<
T> () → List< T> ? -
dataAsMap(
) → Map< String, dynamic> ? -
expose(
{LogMethods? method = .prettyPrint}) → JSONString -
exposeJSON(
JSONString jsonString, {LogMethods? method = .prettyPrint}) → String -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prettyPrint(
JSONString jsonValue) → JSONString -
inherited
-
removeEmpty(
JSONString json) → JSONString -
inherited
-
toJSONString(
) → JSONString -
toString(
{LogMethods? method}) → JSONString -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited