contractGeneric property

  1. @TagNumber(6)
Transaction_ContractGeneric get contractGeneric

Implementation

@$pb.TagNumber(6)
Transaction_ContractGeneric get contractGeneric => $_getN(5);
  1. @TagNumber(6)
set contractGeneric (Transaction_ContractGeneric v)

Implementation

@$pb.TagNumber(6)
set contractGeneric(Transaction_ContractGeneric v) {
  setField(6, v);
}