PluginRequest class

Constructors

PluginRequest(String pluginName, {VersionCondition version = VersionCondition.any, String? name})

Properties

depName String
final
hashCode int
The hash code for this object.
no setterinherited
pluginName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version VersionCondition
final

Methods

check(Plugin plugin) bool
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.

Operators

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

Static Methods

fromJson(Map map) PluginRequest