CustomMetadataV15 constructor

CustomMetadataV15({
  1. Map<String, CustomMetadataV15Value> map = const <String, CustomMetadataV15Value>{},
})

Implementation

CustomMetadataV15({this.map = const <String, CustomMetadataV15Value>{}});