Transaction_Create class abstract

Implemented types

Constructors

Transaction_Create(Create field0)
const
factory

Properties

copyWith → _$$Transaction_CreateCopyWith<_$Transaction_Create>
no setter
field0 Create
no setter
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 script(Transaction_Script value), required TResult create(Transaction_Create value), required TResult mint(Transaction_Mint value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? script(Transaction_Script value)?, TResult? create(Transaction_Create value)?, TResult? mint(Transaction_Mint value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult script(Transaction_Script value)?, TResult create(Transaction_Create value)?, TResult mint(Transaction_Mint value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult script(Script field0)?, TResult create(Create field0)?, TResult mint(Mint 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 script(Script field0), required TResult create(Create field0), required TResult mint(Mint field0)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? script(Script field0)?, TResult? create(Create field0)?, TResult? mint(Mint field0)?}) → TResult?
inherited

Operators

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