factory NotificationSchemeId.fromJson(Map<String, Object?> json) { return NotificationSchemeId( id: json[r'id'] as String? ?? '', ); }