ListPlatformsResponse constructor

ListPlatformsResponse({
  1. String? nextPageToken,
  2. List<Platform>? platforms,
})

Implementation

ListPlatformsResponse({this.nextPageToken, this.platforms});