crossChain property

  1. @TagNumber(10)
bool get crossChain

Implementation

@$pb.TagNumber(10)
$core.bool get crossChain => $_getBF(9);
  1. @TagNumber(10)
set crossChain (bool v)

Implementation

@$pb.TagNumber(10)
set crossChain($core.bool v) {
  $_setBool(9, v);
}