$$ScoresTableUpdateCompanionBuilder typedef

$$ScoresTableUpdateCompanionBuilder = ScoresCompanion Function({Value<int> course, Value<int?> courseOffering, Value<int> id, Value<int?> score, Value<int> semester, Value<ScoreStatus?> status, Value<int> user})

Implementation

typedef $$ScoresTableUpdateCompanionBuilder =
    ScoresCompanion Function({
      Value<int> id,
      Value<int> user,
      Value<int> semester,
      Value<int> course,
      Value<int?> courseOffering,
      Value<int?> score,
      Value<ScoreStatus?> status,
    });