toJson method

Map<String, dynamic> toJson()

Implementation

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