RpcHeightRange constructor

const RpcHeightRange({
  1. @Default('0') String fromHeight,
  2. @Default('0') String toHeight,
})

Implementation

const factory RpcHeightRange({
  @Default('0') String fromHeight,
  @Default('0') String toHeight,
}) = _RpcHeightRange;