FetchBlockIdAtHeightReq constructor
FetchBlockIdAtHeightReq({
- Int64? height,
Implementation
factory FetchBlockIdAtHeightReq({
$fixnum.Int64? height,
}) {
final _result = create();
if (height != null) {
_result.height = height;
}
return _result;
}