ULexArrayItemIpld class abstract

Inheritance

Constructors

ULexArrayItemIpld({required LexIpld data})
const
factory

Properties

copyWith → _$$ULexArrayItemIpldImplCopyWith<_$ULexArrayItemIpldImpl>
no setter
data LexIpld
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 primitive(ULexArrayItemPrimitive value), required TResult ipld(ULexArrayItemIpld value), required TResult blob(ULexArrayItemBlob value), required TResult refVariant(ULexArrayRefVariant value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? primitive(ULexArrayItemPrimitive value)?, TResult? ipld(ULexArrayItemIpld value)?, TResult? blob(ULexArrayItemBlob value)?, TResult? refVariant(ULexArrayRefVariant value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult primitive(ULexArrayItemPrimitive value)?, TResult ipld(ULexArrayItemIpld value)?, TResult blob(ULexArrayItemBlob value)?, TResult refVariant(ULexArrayRefVariant value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult primitive(LexPrimitive data)?, TResult ipld(LexIpld data)?, TResult blob(LexBlob data)?, TResult refVariant(LexRefVariant data)?, 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 primitive(LexPrimitive data), required TResult ipld(LexIpld data), required TResult blob(LexBlob data), required TResult refVariant(LexRefVariant data)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? primitive(LexPrimitive data)?, TResult? ipld(LexIpld data)?, TResult? blob(LexBlob data)?, TResult? refVariant(LexRefVariant data)?}) → TResult?
inherited

Operators

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