FlutterAndroidIntent class
- Available extensions
- Annotations
-
- @CopyWith.new()
Constructors
- FlutterAndroidIntent({String? action, String? data, String? mimeType, String? category, String? component, String? package, String? userId, int? flags, bool? receiverForeground, bool? wait, FlutterAndroidExtra extra = const FlutterAndroidExtra()})
- FlutterAndroidIntent.action(String action)
-
factory
Properties
- action → String?
-
final
- category → String?
-
final
- component → String?
-
final
- copyWith → _$FlutterAndroidIntentCWProxy
-
Available on FlutterAndroidIntent, provided by the $FlutterAndroidIntentCopyWith extension
Returns a callable class that can be used as follows:instanceOfFlutterAndroidIntent.copyWith(...)or like so:instanceOfFlutterAndroidIntent.copyWith.fieldName(...).no setter - data → String?
-
final
- extra → FlutterAndroidExtra
-
final
- flags → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- mimeType → String?
-
final
- package → String?
-
final
- receiverForeground → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userId → String?
-
final
- wait → bool?
-
final
Methods
-
asArguments(
) → List< String> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited