FormatterErrorA constructor
FormatterErrorA(
- NoSuchMethodError noSuchMethodError
Implementation
FormatterErrorA(NoSuchMethodError noSuchMethodError)
:
loggerResultMessage = [
'could not encode to json.',
'\nstack trace. \n${noSuchMethodError.stackTrace?.toString() ?? 'no statckTrace'}',
]
;