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