legacyUseOldInitialization property
for using the old initialization method in flutter web, which is deprecated
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(18)
$core.bool get legacyUseOldInitialization => $_getBF(16);
Implementation
@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(18)
set legacyUseOldInitialization($core.bool value) => $_setBool(16, value);