JsonNode class

Constructors

JsonNode({bool? array, bool? bigDecimal, bool? bigInteger, int? bigIntegerValue, bool? binary, List<String>? binaryValue, bool? boolean, bool? booleanValue, bool? containerNode, num? decimalValue, bool? double$, num? doubleValue, Map<String, dynamic>? elements, Map<String, dynamic>? fieldNames, Map<String, dynamic>? fields, bool? floatingPointNumber, bool? int$, int? intValue, bool? integralNumber, bool? long, int? longValue, bool? missingNode, bool? null$, bool? number, JsonNodeNumberType? numberType, num? numberValue, bool? object, bool? pojo, String? textValue, bool? textual, bool? valueAsBoolean, num? valueAsDouble, int? valueAsInt, int? valueAsLong, String? valueAsText, bool? valueNode})
JsonNode.fromJson(Map<String, Object?> json)
factory

Properties

array bool
final
bigDecimal bool
final
bigInteger bool
final
bigIntegerValue int?
final
binary bool
final
binaryValue List<String>
final
boolean bool
final
booleanValue bool
final
containerNode bool
final
decimalValue num?
final
double$ bool
final
doubleValue num?
final
elements Map<String, dynamic>?
final
fieldNames Map<String, dynamic>?
final
fields Map<String, dynamic>?
final
floatingPointNumber bool
final
hashCode int
The hash code for this object.
no setterinherited
int$ bool
final
integralNumber bool
final
intValue int?
final
long bool
final
longValue int?
final
missingNode bool
final
null$ bool
final
number bool
final
numberType JsonNodeNumberType?
final
numberValue num?
final
object bool
final
pojo bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textual bool
final
textValue String?
final
valueAsBoolean bool
final
valueAsDouble num?
final
valueAsInt int?
final
valueAsLong int?
final
valueAsText String?
final
valueNode bool
final

Methods

copyWith({bool? array, bool? bigDecimal, bool? bigInteger, int? bigIntegerValue, bool? binary, List<String>? binaryValue, bool? boolean, bool? booleanValue, bool? containerNode, num? decimalValue, bool? double$, num? doubleValue, Map<String, dynamic>? elements, Map<String, dynamic>? fieldNames, Map<String, dynamic>? fields, bool? floatingPointNumber, bool? int$, int? intValue, bool? integralNumber, bool? long, int? longValue, bool? missingNode, bool? null$, bool? number, JsonNodeNumberType? numberType, num? numberValue, bool? object, bool? pojo, String? textValue, bool? textual, bool? valueAsBoolean, num? valueAsDouble, int? valueAsInt, int? valueAsLong, String? valueAsText, bool? valueNode}) JsonNode
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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