$$FootballPlayerTableCreateCompanionBuilder typedef
$$FootballPlayerTableCreateCompanionBuilder =
FootballPlayerCompanion Function({required DateTime birthday, required String countryId, Value<String?> description, required String fullName, Value<int> id, Value<String?> imagePath})
Implementation
typedef $$FootballPlayerTableCreateCompanionBuilder =
FootballPlayerCompanion Function({
Value<int> id,
required String fullName,
required DateTime birthday,
required String countryId,
Value<String?> imagePath,
Value<String?> description,
});