Module.from constructor
Module.from(})
Wraps a Python object in a Module.
Implementation
Module.from(
super.moduleDelegate, {
required this.name,
required this.sanitizedName,
}) : value = moduleDelegate,
super.from();