NestedObjectValueTypeEntry<J, D> class Null safety

Constructors

NestedObjectValueTypeEntry({required String name, required NestedObjectValueTypeParentCategory parentCategory, required TypedJsonObjectValueType<J, D> valueType})
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
name String
final
parentCategory NestedObjectValueTypeParentCategory
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
valueType TypedJsonObjectValueType<J, D>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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