RLPString constructor

RLPString(
  1. String value, {
  2. bool? isHex,
})

Implementation

RLPString(super.value, {this.isHex});