FixedIOPS.fromJson constructor

FixedIOPS.fromJson(
  1. Map json_
)

Implementation

FixedIOPS.fromJson(core.Map json_)
  : this(maxIops: json_['maxIops'] as core.String?);