Map<String, dynamic> toJson() { final typeId = this.typeId; final value = this.value; return { 'TypeId': typeId, 'Value': value, }; }