CreateStudioOutput constructor

CreateStudioOutput({
  1. String? studioId,
  2. String? url,
})

Implementation

CreateStudioOutput({
  this.studioId,
  this.url,
});