PalletConstantMetadataV14 constructor

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

Implementation

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