IssuingTokenUpdatedEvent constructor

const IssuingTokenUpdatedEvent({
  1. required IssuingToken object,
})

Occurs whenever an issuing digital wallet token is updated.

Implementation

const IssuingTokenUpdatedEvent({required this.object});