isDynamic property

  1. @override
bool get isDynamic
override

Whether this type is dynamic (variable length).

Implementation

@override
bool get isDynamic => components.any((c) => c.isDynamic);