PlayerInfo<T> constructor

PlayerInfo<T>({
  1. required String playerId,
  2. required List<String> urlList,
  3. T? extra,
})

Implementation

PlayerInfo({required this.playerId, required this.urlList, this.extra});