factory AndroidConfig.fromJson(Map<String, dynamic> json) { return AndroidConfig( applicationId: json['application_id'] as String? ?? '', ); }