ApplicationFeeId constructor

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

Implementation

const ApplicationFeeId({required this.id});