isDynamic method

  1. @override
bool isDynamic()
override

Check if this ABI type is a dynamic type. Returns decision if the ABI type is dynamic.

Implementation

@override
bool isDynamic() => true;