toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final memoryMb = this.memoryMb;
  final vcores = this.vcores;
  return {'memoryMb': ?memoryMb, 'vcores': ?vcores};
}