flags property

List<int>? flags
final

Constants that can be set on an intent to tweak how it is finally handled. Some of the constants are mirrored to Dart via Flag.

See https://developer.android.com/reference/android/content/Intent.html#setFlags(int).

Implementation

final List<int>? flags;