ReinstateLicenseResponse constructor

ReinstateLicenseResponse({
  1. required License data,
})

Returns a new ReinstateLicenseResponse instance.

Implementation

ReinstateLicenseResponse({
  required this.data,
});