toJson method
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!,
};