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