from property
      
      String?
      get
      from
      
    
    
The sender who issued the message.
Implementation
String? get from => _wrapped.from;
      
      set
      from
      (String? v) 
      
    
    
    
Implementation
set from(String? v) {
  _wrapped.from = v;
}