isArray property

bool isArray

Whether this type is an array in sql.

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

Implementation

bool get isArray;