PitelLog constructor

PitelLog({
  1. required String tag,
})

Implementation

PitelLog({required String tag}) : _tag = tag;