PlatformList constructor

PlatformList({
  1. required int total,
  2. required List platforms,
})

Implementation

PlatformList({
  required this.total,
  required this.platforms,
});