JListNullableType<$E extends JObject?> class final

Inheritance

Constructors

JListNullableType(JObjType<$E> E)
const

Properties

E JObjType<$E>
final
hashCode int
The hash code for this object.
no setteroverride
isNullable bool
no setterinherited
jClass JClass
no setterinherited
nullableType JObjType<JList<$E>?>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signature String
no setteroverride
superCount int
Number of super types. Distance to the root type.
final
superType JObjType<JObject?>
no setteroverride

Methods

fromReference(JReference reference) JList<$E>?
Creates an object from this type using the reference.
override
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.
override