legacyUseOldInitialization property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(18)
bool get legacyUseOldInitialization

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);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(18)
set legacyUseOldInitialization (bool value)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(18)
set legacyUseOldInitialization($core.bool value) => $_setBool(16, value);