$$ComponentIconsTableCreateCompanionBuilder typedef

$$ComponentIconsTableCreateCompanionBuilder = ComponentIconsCompanion Function({required String componentId, Value<int?> height, required int iconType, Value<int> id, Value<int?> scale, required String value, Value<int?> width})

Implementation

typedef $$ComponentIconsTableCreateCompanionBuilder =
    ComponentIconsCompanion Function({
      Value<int> id,
      required String componentId,
      required int iconType,
      required String value,
      Value<int?> width,
      Value<int?> height,
      Value<int?> scale,
    });