commands property

Returns all transaction commands for the current instance.

Implementation

List<PigeonTransactionCommand> get commands {
  throw UnimplementedError('commands is not implemented');
}