$$ScreenshotsTableCreateCompanionBuilder typedef

$$ScreenshotsTableCreateCompanionBuilder = ScreenshotsCompanion Function({Value<String?> caption, required String componentId, Value<int> id, Value<bool> isDefault})

Implementation

typedef $$ScreenshotsTableCreateCompanionBuilder =
    ScreenshotsCompanion Function({
      Value<int> id,
      required String componentId,
      Value<bool> isDefault,
      Value<String?> caption,
    });