name property

String name
override

The name of the function being invoked, with underscores converted to hyphens.

If this function is a plain CSS function, use originalName instead.

Implementation

String get name => originalName.replaceAll('_', '-');