DestinationMetadata constructor

DestinationMetadata({
  1. List<String> bundled = const [],
  2. List<String> bundledIds = const [],
  3. List<String> unbundled = const [],
})

Implementation

DestinationMetadata(
    {this.bundled = const [],
    this.bundledIds = const [],
    this.unbundled = const []});