BlockProduction constructor

const BlockProduction({
  1. required Map<String, ByIdentityValue> byIdentity,
  2. required Range range,
})

Implementation

const BlockProduction({
  required this.byIdentity,
  required this.range,
});