DytePlugin class
Constructors
- DytePlugin.new(DytePluginApi _dytePluginApi, {required String id, required String name, required String description, required String picture, required bool private, required bool staggered, required String baseURL})
- DytePlugin.fromJson(String source, DytePluginApi dytePluginApi)
-
factory
-
DytePlugin.fromMap(Map<
String, dynamic> map, DytePluginApi dytePluginApi) -
factory
Properties
- baseURL ↔ String
-
getter/setter pair
- description ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- id ↔ String
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- picture ↔ String
-
getter/setter pair
- private ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- staggered ↔ bool
-
getter/setter pair
Methods
-
activate(
) → void -
deactivate(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant DytePlugin other) → bool -
The equality operator.
override