applicationName property

  1. @JsonKey.new(includeFromJson: false, includeToJson: false)
String? get applicationName

The name of the application which will execute this protocol.

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
String? get applicationName => _data.applicationName;