ModuleConstantMetadataV9 constructor

const ModuleConstantMetadataV9({
  1. required String name,
  2. required String type,
  3. required Uint8List value,
  4. required List<String> docs,
})

Implementation

const ModuleConstantMetadataV9({
  required this.name,
  required this.type,
  required this.value,
  required this.docs,
});