GetInstanceProfileResponse constructor

GetInstanceProfileResponse({
  1. required InstanceProfile instanceProfile,
})

Implementation

GetInstanceProfileResponse({
  required this.instanceProfile,
});