LatestBlockResponse$Response constructor

const LatestBlockResponse$Response({
  1. required BlockSchema block,
})

Implementation

const LatestBlockResponse$Response({
  required this.block,
});