isArray property

  1. @override
bool isArray
override

Return true if this type is an array.

Implementation

@override
bool get isArray => true;