ParsedSystemUnsupportedInstruction class
abstract
Properties
-
copyWith
→ _$$ParsedSystemUnsupportedInstructionImplCopyWith<_$ParsedSystemUnsupportedInstructionImpl>
-
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
-
type
→ String
-
no setter
Methods
-
map<TResult extends Object?>({required TResult transfer(ParsedSystemTransferInstruction value), required TResult transferChecked(ParsedSystemTransferCheckedInstruction value), required TResult unsupported(ParsedSystemUnsupportedInstruction value)})
→ TResult
-
inherited
-
mapOrNull<TResult extends Object?>({TResult? transfer(ParsedSystemTransferInstruction value)?, TResult? transferChecked(ParsedSystemTransferCheckedInstruction value)?, TResult? unsupported(ParsedSystemUnsupportedInstruction value)?})
→ TResult?
-
inherited
-
maybeMap<TResult extends Object?>({TResult transfer(ParsedSystemTransferInstruction value)?, TResult transferChecked(ParsedSystemTransferCheckedInstruction value)?, TResult unsupported(ParsedSystemUnsupportedInstruction value)?, required TResult orElse()})
→ TResult
-
inherited
-
maybeWhen<TResult extends Object?>({TResult transfer(ParsedSystemTransferInformation info, String type)?, TResult transferChecked(ParsedSystemTransferInformation info, String type)?, TResult unsupported(String type)?, required TResult orElse()})
→ TResult
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
when<TResult extends Object?>({required TResult transfer(ParsedSystemTransferInformation info, String type), required TResult transferChecked(ParsedSystemTransferInformation info, String type), required TResult unsupported(String type)})
→ TResult
-
inherited
-
whenOrNull<TResult extends Object?>({TResult? transfer(ParsedSystemTransferInformation info, String type)?, TResult? transferChecked(ParsedSystemTransferInformation info, String type)?, TResult? unsupported(String type)?})
→ TResult?
-
inherited