GeneratorLog constructor
GeneratorLog({
- String? title,
- dynamic data,
Implementation
GeneratorLog({this.title, this.data}) : as = null {
print('${_logColorsNormal[0]}[$elementsMainName] $title $_data ${_logColorsNormal[1]}');
}