RdsInfo class

One RDS snapshot (PI/PTY/TP/TA/PS/RadioText) — only meaningful when syncLocked (WFM, stereo pilot locked, RDS enabled).

Annotations

Constructors

RdsInfo({required bool syncLocked, required int piCode, required int pty, required bool tp, required bool ta, required String programService, required String radioText, required int generation})
const

Properties

generation → int
final
hashCode → int
The hash code for this object.
no setterinherited
piCode → int
final
programService → String
final
pty → int
final
radioText → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
syncLocked → bool
final
ta → bool
final
tp → bool
final

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

Constants

empty → const RdsInfo