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