Shapes constructor

Shapes(
  1. {required String action,
  2. required ShapePayload payload}
)

Implementation

Shapes({
  required this.action,
  required this.payload,
});