$$FootballPlayerTableUpdateCompanionBuilder typedef

$$FootballPlayerTableUpdateCompanionBuilder = FootballPlayerCompanion Function({Value<DateTime> birthday, Value<String> countryId, Value<String?> description, Value<String> fullName, Value<int> id, Value<String?> imagePath})

Implementation

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