ExternalType class

Annotations
  • @freezed

Constructors

ExternalType.func(FuncTy field0)
A FuncTy.
const
factory
ExternalType.global(GlobalTy field0)
A GlobalTy.
const
factory
ExternalType.memory(MemoryTy field0)
A MemoryTy.
const
factory
ExternalType.table(TableTy field0)
A TableTy.
const
factory

Properties

field0 Object
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult func(ExternalType_Func value), required TResult global(ExternalType_Global value), required TResult table(ExternalType_Table value), required TResult memory(ExternalType_Memory value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? func(ExternalType_Func value)?, TResult? global(ExternalType_Global value)?, TResult? table(ExternalType_Table value)?, TResult? memory(ExternalType_Memory value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult func(ExternalType_Func value)?, TResult global(ExternalType_Global value)?, TResult table(ExternalType_Table value)?, TResult memory(ExternalType_Memory value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult func(FuncTy field0)?, TResult global(GlobalTy field0)?, TResult table(TableTy field0)?, TResult memory(MemoryTy field0)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult func(FuncTy field0), required TResult global(GlobalTy field0), required TResult table(TableTy field0), required TResult memory(MemoryTy field0)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? func(FuncTy field0)?, TResult? global(GlobalTy field0)?, TResult? table(TableTy field0)?, TResult? memory(MemoryTy field0)?}) → TResult?
inherited

Operators

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