Shapes constructor
      
      Shapes({ 
    
    
- required String action,
 - required ShapePayload payload,
 
Implementation
Shapes({
  required this.action,
  required this.payload,
});