ArrayMarshallingDescriptor class final

A marshalling descriptor for a field or parameter marshaled as a native array.

Inheritance

Constructors

ArrayMarshallingDescriptor.new({NativeType elementType = NATIVE_TYPE_MAX, int? sizeParameterIndex, int? numElements})
Creates a marshalling descriptor for a native array.
const

Properties

elementType NativeType
The type of each element in the array.
final
hashCode int
The hash code for this object.
no setteroverride
nativeType NativeType
The top-level native type encoding defined for this marshaling rule.
finalinherited
numElements int?
The array’s fixed length if sizeParameterIndex is 0.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeParameterIndex int?
The 1-based index of a parameter that provides the runtime array size.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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