InstanceStatusReason constructor

InstanceStatusReason({
  1. String? message,
})

Implementation

InstanceStatusReason({
  this.message,
});