actorId property
      
      String?
      get
      actorId
      
    
    
    
Implementation
String? get actorId;
      
      set
      actorId
      (String? actorId) 
      
    
    
    
Implementation
set actorId(String? actorId);