metadata property
      
      FullMetadata?
      get
      metadata
      
    
    
The FullMetadata associated with this task.
May be null if no metadata exists.
Implementation
FullMetadata? get metadata => _delegate.metadata;The FullMetadata associated with this task.
May be null if no metadata exists.
FullMetadata? get metadata => _delegate.metadata;