toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (limit != null) 'limit': limit!,
      if (metric != null) 'metric': metric!,
      if (owner != null) 'owner': owner!,
      if (usage != null) 'usage': usage!,
    };