AudioTagsError_NoTags class abstract

Implemented types

Constructors

AudioTagsError_NoTags()
const
factory

Properties

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 invalidPath(AudioTagsError_InvalidPath value), required TResult noTags(AudioTagsError_NoTags value), required TResult openFile(AudioTagsError_OpenFile value), required TResult write(AudioTagsError_Write value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? invalidPath(AudioTagsError_InvalidPath value)?, TResult? noTags(AudioTagsError_NoTags value)?, TResult? openFile(AudioTagsError_OpenFile value)?, TResult? write(AudioTagsError_Write value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult invalidPath(AudioTagsError_InvalidPath value)?, TResult noTags(AudioTagsError_NoTags value)?, TResult openFile(AudioTagsError_OpenFile value)?, TResult write(AudioTagsError_Write value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult invalidPath()?, TResult noTags()?, TResult openFile(String message)?, TResult write(String message)?, 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 invalidPath(), required TResult noTags(), required TResult openFile(String message), required TResult write(String message)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? invalidPath()?, TResult? noTags()?, TResult? openFile(String message)?, TResult? write(String message)?}) → TResult?
inherited

Operators

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