core.Map<core.String, core.dynamic> toJson() { final size = this.size; final unit = this.unit; return {'size': ?size, 'unit': ?unit}; }