FlutterSiriActivity class

Constructors

FlutterSiriActivity(String title, String key, {String? contentDescription, bool isEligibleForSearch = true, bool isEligibleForPrediction = true, String? suggestedInvocationPhrase, String? persistentIdentifier, Map? userInfo})
const

Properties

contentDescription String?
final
hashCode int
The hash code for this object.
no setterinherited
isEligibleForPrediction bool
final
isEligibleForSearch bool
final
key String
final
persistentIdentifier String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestedInvocationPhrase String?
final
title String
final
userInfo Map?
final

Methods

asMap() Map<String, dynamic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited