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