GetVersionsResponse constructor

GetVersionsResponse({
  1. Map<String, bool>? unstableFeatures,
  2. required List<String> versions,
})

Implementation

GetVersionsResponse({
  this.unstableFeatures,
  required this.versions,
});