MyRadio class
- Inheritance
-
- Object
- MyGenericObject
- MyRadio
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
-
playerKey
→ GlobalKey<
RadioWidgetState> -
final
- 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
-
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
-
updateStream(
dynamic newStream) → dynamic -
widget(
{dynamic onStart(RadioPlayer)?, dynamic onStop(RadioPlayer)?, Future< void> beforeStart(RadioPlayer)?, bool hideIcon = false, TextEditingController? editController}) → Widget
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited