isArray property

  1. @override
bool isArray
override

Whether this type is an array in sql.

In this case, nullable refers to the inner type as arrays are always non-nullable.

Implementation

@override
bool get isArray => false;