ResultOfGetBocHash constructor

ResultOfGetBocHash(
  1. {@required String hash}
)

Implementation

ResultOfGetBocHash({
  @required String hash,
}) {
  _hash = ArgumentError.checkNotNull(hash, 'ResultOfGetBocHash hash');
}