theming property

Implementation

PublicCapabilities_ThemingBuilder get theming => _$this._theming ??= PublicCapabilities_ThemingBuilder();
void theming=(covariant PublicCapabilities_ThemingBuilder? theming)
covariantoverride

Implementation

set theming(covariant PublicCapabilities_ThemingBuilder? theming) => _$this._theming = theming;