ChargeId constructor

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

Implementation

const ChargeId({required this.id});