MvvmPlugin class

Implemented types

Constructors

MvvmPlugin()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier of the plugin (e.g. 'riverpod', 'go_router', 'hive').
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generate(ProjectContext context) Future<void>
Executes the plugin's code-generation and configuration logic.
override
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