Converts instance to a map.
Map<String, dynamic> toMap() { return { "origin": origin, "quota": quota, "usage": usage, }; }