Encodes this value as a JSON object.
Map<String, Object?> toJson() => <String, Object?>{ 'enabled': enabled, if (ttlMs != null) 'ttlMs': ttlMs!, };