licensingConfig property

  1. @JsonKey(name: 'licensingConfig')
LicensingConfig? licensingConfig
final

Configures license evaluation. A default LicensingConfig is used if not set here.

Implementation

@JsonKey(name: 'licensingConfig')
final LicensingConfig? licensingConfig;