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