AudioInfoParser class final

A parser for handling construction of AudioInfo.

Mixed-in types

Constructors

AudioInfoParser()

Properties

hashCode int
The hash code for this object.
no setterinherited
isInitalized bool
Determine this buffer has been initalized already.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secureUrl Uri?
Define HTTPS URL address.
getter/setter pairinherited
type String?
Define MIME type.
getter/setter pairinherited
url Uri?
Define URL address.
getter/setter pairinherited

Methods

compile() AudioInfo
Apply all defined properties in ImmutableBuffer into Immutable object T.
override
markInitalized() → void
Notify ImmutableBuffer that it has been isInitalized already.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Wipe all assigned data to Null and clear all stored elements in Iterable.
override
toString() String
A string representation of this object.
inherited

Operators

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