menu
inferno package
documentation
datatypes/array.dart
ArrayType
ArrayType.new constructor
ArrayType.new constructor
dark_mode
light_mode
ArrayType
constructor
ArrayType
(
List
<
DataType
>
itemTypes
, {
bool
nullable
=
false
,
})
Implementation
ArrayType(this.itemTypes, {bool nullable = false}) : super(nullable);
inferno package
documentation
datatypes/array
ArrayType
ArrayType.new constructor
ArrayType class