TalkerJsonFormatter.custom constructor

const TalkerJsonFormatter.custom(
  1. String _customFormatter(
    1. dynamic data
    )?
)

Creates a formatter with a custom formatting function.

Implementation

const TalkerJsonFormatter.custom(this._customFormatter) : stripQuotes = false;