Object<T> class

Implemented types
Available extensions

Constructors

Object(Map<String, OvO<T>> properties, [String? message])
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String?
final
properties Map<String, OvO<T>>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

formatJsonData() Map<String, dynamic>

Available on Object, provided by the ObjectSchemaExtension extension

handle(Context context, dynamic data) Future<Map<String, T>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJsonSchemaObject() Map<String, dynamic>

Available on Object, provided by the ObjectSchemaExtension extension

toString() String
A string representation of this object.
inherited

Operators

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