MandateId constructor

const MandateId({
  1. required String id,
})

Implementation

const MandateId({required this.id});