parsers/utils library
Functions
-
getDotSeparatorIndex(
List runs) → int - Get index of dot separator.
-
getFixedColumnItem(
JsonMap item, int index) → JsonMap? - Get fixed column item.
-
getFlexColumnItem(
JsonMap item, int index) → JsonMap? - Get flex column.
-
getItemText(
JsonMap item, int index, {int runIndex = 0, bool noneIfAbsent = false}) → String? - Get text of an item.
-
parseDuration(
String? duration) → int? -
Parses
duration
in seconds. -
parseIdName(
JsonMap? subRun) → JsonMap - Parses id and name.
-
parseMenuPlaylists(
JsonMap data, JsonMap result) → void - Parses menu playlists.