MandateUpdatedEvent constructor

const MandateUpdatedEvent({
  1. required Mandate object,
})

Occurs whenever a Mandate is updated.

Implementation

const MandateUpdatedEvent({required this.object});