Map representation of the model
Map<String, dynamic> toMap() { return { ApiKeys.sha256: sha256, ApiKeys.playStoreURL: playStoreURL, ApiKeys.applicationId: applicationId.trim(), }; }