factory BackgroundTestModel.fromMap(Map<Object?, Object?> map) { return BackgroundTestModel(map['id'] is String ? map['id'] as String : null); }