Map representation of the model
Map<String, dynamic> toMap() { final trimmedId = applicationId.trim(); return { ApiKey.applicationId: trimmedId, ApiKey.sha256: sha256.isEmpty ? null : sha256, }; }