LogEntrySourceLocation constructor

LogEntrySourceLocation({
  1. String file = '',
  2. int line = 0,
  3. String function = '',
})

Implementation

LogEntrySourceLocation({this.file = '', this.line = 0, this.function = ''})
  : super(fullyQualifiedName);