RpcHashHeight constructor

const RpcHashHeight({
  1. required int height,
  2. required RpcHash hash,
})

Implementation

const factory RpcHashHeight({
  required int height,
  required RpcHash hash,
}) = _RpcHashHeight;