name property

  1. @Since.new('3.14')
String get name

The name used when declaring this function.

Anonymous functions' names are empty strings.

Implementation

@Since('3.14')
external String get name;