MyRadio class

Inheritance

Constructors

MyRadio()

Properties

clickcount int?
getter/setter pair
country String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconURL String?
getter/setter pair
langages List<String>
Languages that are spoken in this stream by code ISO 639-2/B
getter/setter pair
name String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stationcount int?
getter/setter pairinherited
stationUUID String?
getter/setter pair
stream String?
getter/setter pair
tags List<String>
getter/setter pair
URL String?
getter/setter pair
vote int?
getter/setter pair

Methods

fromJson(Map<String, dynamic> ds, {bool forceHttps = false}) → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
widget({dynamic onStart(RadioPlayer)?, dynamic onStop(RadioPlayer)?, dynamic beforeStart(RadioPlayer)?}) Widget

Operators

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

Static Methods

build(Map<String, dynamic> ds, {bool forceHttps = false}) MyRadio