PlatformTypesListResponse constructor

PlatformTypesListResponse({
  1. String? kind,
  2. List<PlatformType>? platformTypes,
})

Implementation

PlatformTypesListResponse({
  this.kind,
  this.platformTypes,
});