AbiSpecificIntegerMapping class - dart:ffi library (original) (raw)

Mapping for a subtype of AbiSpecificInteger.

See documentation on AbiSpecificInteger.

Annotations

Constructors

AbiSpecificIntegerMapping.new(Map<Abi, NativeType> mapping)

const

Properties

hashCodeint

The hash code for this object.

no setterinherited

mappingMap<Abi, NativeType>

final

runtimeTypeType

A representation of the runtime type of the object.

no setterinherited

Methods

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.

inherited