setConstant method
Sets a local constant or cached property in this module.
Implementation
void setConstant(String key, dynamic value) {
_constants[key] = value;
}
Sets a local constant or cached property in this module.
void setConstant(String key, dynamic value) {
_constants[key] = value;
}