GeneratorLog constructor

GeneratorLog({
  1. String? title,
  2. dynamic data,
})

Implementation

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