ExtensionContext class
The context information of the extension.
- Annotations
-
- @JsonSerializable(explicitToJson: true, includeIfNull: false)
Properties
- extensionName → String?
-
The name of the extension.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isValid → bool?
-
Whether the uid in ExtensionContext is valid: true : The uid is valid. false : The uid is invalid.
final
- providerName → String?
-
The name of the extension provider.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid → int?
-
The user ID. 0 represents a local user, while greater than 0 represents a remote user.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited