$$WindowRectanglesTableUpdateCompanionBuilder typedef

$$WindowRectanglesTableUpdateCompanionBuilder = WindowRectanglesCompanion Function({Value<double?> dx, Value<double?> dy, Value<double?> height, Value<int> id, Value<double?> width})

Implementation

typedef $$WindowRectanglesTableUpdateCompanionBuilder =
    WindowRectanglesCompanion Function({
      Value<int> id,
      Value<double?> width,
      Value<double?> height,
      Value<double?> dx,
      Value<double?> dy,
    });