RegistryArrayType constructor

const RegistryArrayType({
  1. required RegistryType item,
  2. required int length,
})

Implementation

const RegistryArrayType({required this.item, required this.length})
    : super(kind: 'array');