signature property

String get signature

signature of the executable declaration.

Contains the return type, name of the executable as well as all its parameters

Implementation

String get signature => _computeSignature();