CustomMetadataEntry constructor

CustomMetadataEntry({
  1. required TypeId type,
  2. required List<int> value,
})

Implementation

CustomMetadataEntry({
  required this.type,
  required this.value,
});