ModuleConfig class

Constructors

ModuleConfig({required bool isAbstract, required bool isMethod, required ImportableType type, required String initializerName})
const
ModuleConfig.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode → int
The hash code for this object.
no setteroverride
initializerName → String
final
isAbstract → bool
final
isMethod → bool
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → ImportableType
final

Methods

copyWith({bool? isAbstract, bool? isModuleMethod, ImportableType? module, String? initializerName}) → ModuleConfig
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.
override