Space constructor
      
      Space({ 
    
    
- ActiveConference? activeConference,
 - SpaceConfig? config,
 - String? meetingCode,
 - String? meetingUri,
 - String? name,
 
Implementation
Space({
  this.activeConference,
  this.config,
  this.meetingCode,
  this.meetingUri,
  this.name,
});