BlockProduction constructor
      const
      BlockProduction({ 
    
    
- required Map<String, ByIdentityValue> byIdentity,
- required Range range,
Implementation
const BlockProduction({
  required this.byIdentity,
  required this.range,
});