modify property

  1. @Deprecated('Use `uniquify` when connecting or adding sub interfaces instead.')
String Function(String original)? modify
getter/setter pairinherited

A function that can be used to modify all port names in a certain way.

Implementation

@Deprecated(
    'Use `uniquify` when connecting or adding sub interfaces instead.')
String Function(String original)? modify;