toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (iops != null) 'iops': iops!,
      if (readIops != null) 'readIops': readIops!,
      if (writeIops != null) 'writeIops': writeIops!,
    };