MicroPackageModuleModel class

Represents a micro package

Constructors

MicroPackageModuleModel(String? moduleFileLocation, String? moduleName, String? moduleClassName, {String? methodName = 'registerModuleDependencies'})
MicroPackageModuleModel.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
methodName String?
Name of the method which will be called on module registration
final
moduleClassName String?
Name of the class that has registerModuleDependencies method and @microPackage annotation
final
moduleFileLocation String?
the moduleFileLocation, like package:
final
moduleName String?
the module or package name
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override

Operators

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