$$ContentRatingAttrsTableCreateCompanionBuilder typedef

$$ContentRatingAttrsTableCreateCompanionBuilder = ContentRatingAttrsCompanion Function({required String attrId, required String componentId, Value<int> rowid, required String value})

Implementation

typedef $$ContentRatingAttrsTableCreateCompanionBuilder =
    ContentRatingAttrsCompanion Function({
      required String componentId,
      required String attrId,
      required String value,
      Value<int> rowid,
    });