wireName property

String? wireName
final

The wire name when the constant is serialized. Defaults to null which indicates the name is to be taken from the literal field name.

Or, set wireNumber to serialize to an int. Only one of the two may be used.

Implementation

final String? wireName;