#include <dart_isolate.h>
Definition at line 65 of file dart_isolate.h.
◆ Flags() [1/2]
flutter::DartIsolate::Flags::Flags |
( |
| ) |
|
◆ Flags() [2/2]
Definition at line 68 of file dart_isolate.cc.
68 {
71 } else {
73 }
74}
DART_EXPORT void Dart_IsolateFlagsInitialize(Dart_IsolateFlags *flags)
FlutterSemanticsFlag flags
◆ ~Flags()
flutter::DartIsolate::Flags::~Flags |
( |
| ) |
|
|
default |
◆ Get()
◆ SetIsDontNeedSafe()
void flutter::DartIsolate::Flags::SetIsDontNeedSafe |
( |
bool |
value | ) |
|
Definition at line 82 of file dart_isolate.cc.
82 {
84}
bool snapshot_is_dontneed_safe
◆ SetNullSafetyEnabled()
void flutter::DartIsolate::Flags::SetNullSafetyEnabled |
( |
bool |
enabled | ) |
|
The documentation for this class was generated from the following files: