ForwardedMetadata constructor

ForwardedMetadata({
  1. String? space,
  2. String? spaceDisplayName,
})

Implementation

ForwardedMetadata({this.space, this.spaceDisplayName});