ChangeLicensePolicyResponse constructor

ChangeLicensePolicyResponse({
  1. required License data,
})

Returns a new ChangeLicensePolicyResponse instance.

Implementation

ChangeLicensePolicyResponse({
  required this.data,
});