J class

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

jClassList<T>(dynamic data, T parseFunction(dynamic), [List<T>? defaultValue]) List<T>?
jDouble(dynamic data, [double? defaultValue]) double?
jEnum<T>(dynamic data, List<T?> enumValues, [T? defaultValue]) → T?
jEnumList<T>(dynamic data, List<T?> enumValues, [List<T>? defaultValue]) List<T>?
jInt(dynamic data, [int? defaultValue]) int?
jString(dynamic data, [String? defaultValue]) String