MetadataHandler class

Constructors

MetadataHandler()

Properties

artist String?
getter/setter pair
capo int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
key String?
getter/setter pair
regArtist RegExp
final
regCapo RegExp
final
regKey RegExp
final
regMetadata RegExp
As specifications says "meta data is specified using “tags” surrounded by { and } characters"
final
regTitle RegExp
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseLine(String line) bool
Try to find and parse metadata in the string. Return true if there was a match
toString() String
A string representation of this object.
inherited

Operators

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