Map<String, dynamic> toJson() { final name = this.name; final valueFrom = this.valueFrom; return { 'name': name, 'valueFrom': valueFrom, }; }