Cip150MetadataEntry constructor

const Cip150MetadataEntry({
  1. required String key,
  2. required String value,
  3. bool? sealed,
})

Implementation

const Cip150MetadataEntry({
  required this.key,
  required this.value,
  this.sealed,
});