menu
substrate_metadata package
documentation
scale_info/scale_info.dart
TypeDefArray
TypeDefArray.new const constructor
TypeDefArray.new const constructor
dark_mode
light_mode
TypeDefArray
constructor
const
TypeDefArray
(
{
required
TypeId
type
,
required
int
length
,
})
Creates a new array type.
Implementation
const TypeDefArray({required this.type, required this.length});
substrate_metadata package
documentation
scale_info/scale_info
TypeDefArray
TypeDefArray.new const constructor
TypeDefArray class