RegistryArrayType constructor
const
RegistryArrayType({
- required RegistryType item,
- required int length,
Implementation
const RegistryArrayType({required this.item, required this.length})
: super(kind: 'array');