PalletConstantMetadataV16 constructor
const
PalletConstantMetadataV16({})
Implementation
const PalletConstantMetadataV16({
required super.name,
required super.type,
required super.value,
required super.docs,
required this.deprecationInfo,
});