Map<String, dynamic> toJson() => { "type": this.type, "is_mandatory": this.isMandatory, "name": this.name, };