JFloatArrayNullableType class final

Inheritance

Constructors

JFloatArrayNullableType()
const

Properties

hashCode int
The hash code for this object.
no setteroverride
isNullable bool
no setterinherited
jClass JClass
no setterinherited
nullableType JObjType<JFloatArray?>
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) JFloatArray?
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