VeritransToken constructor

VeritransToken({
  1. required String token,
})

Implementation

VeritransToken({
  required this.token,
});