M3uParser class

A parser of M3U documents.

At the moment the parsing if done thought the static method parse.

The parsing is done line by line. There are some context aware variables to know the state of the current entry _currentInfoEntry and what type of line should come next _nextLineExpected.

Constructors

M3uParser()

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

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

Operators

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

Static Methods

parse(String source) Future<List<M3uGenericEntry>>
Parse a document represented by the source