DevResourcesMixin class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
-
DevResourcesMixin.new({Future<
List< getDevResourcesAsync([dynamic])?, Future<DevResourceWithNodeId> >void> addDevResourceAsync(String, [String?])?, Future<void> editDevResourceAsync(String, dynamic)?, Future<void> deleteDevResourceAsync(String)?, Future<void> setDevResourcePreviewAsync(String, PlainTextElement)?}) -
factory
Properties
-
addDevResourceAsync
↔ Future<
void> Function(String, [String?]) -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair -
deleteDevResourceAsync
↔ Future<
void> Function(String) -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair -
editDevResourceAsync
↔ Future<
void> Function(String, dynamic) -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair -
getDevResourcesAsync
↔ Future<
List< Function([dynamic])DevResourceWithNodeId> > -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
setDevResourcePreviewAsync
↔ Future<
void> Function(String, PlainTextElement) -
Available on DevResourcesMixin, provided by the DevResourcesMixin$Typings extension
getter/setter pair
Methods
-
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