values property

Iterable<KinescopePlayerStatus> values
getter/setter pair

List of available values of player status

Implementation

static Iterable<KinescopePlayerStatus> values = [
  KinescopePlayerStatus.ready,
  KinescopePlayerStatus.playing,
  KinescopePlayerStatus.waiting,
  KinescopePlayerStatus.pause,
  KinescopePlayerStatus.ended,
  KinescopePlayerStatus.unknown,
];