@override Object toJson() => { if (retryTransaction.isNotDefault) 'retryTransaction': encodeBytes(retryTransaction), if (concurrencyMode.isNotDefault) 'concurrencyMode': concurrencyMode.toJson(), };