type property

  1. @TagNumber(1)
TransactionNotification_Type type

Implementation

@$pb.TagNumber(1)
TransactionNotification_Type get type => $_getN(0);
  1. @TagNumber(1)
void type=(TransactionNotification_Type v)

Implementation

@$pb.TagNumber(1)
set type(TransactionNotification_Type v) { setField(1, v); }