ID3ParserException class

Copyright (c) 2021 Tobias Löfstrand. License: MIT (see LICENSE file).

Partially derived from https://github.com/sanket143/id3 (Copyright (c) 2019 Sanket Chaudhari)

Implemented types

Constructors

ID3ParserException(String cause)

Properties

cause String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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