prettyJson method

String prettyJson(
  1. dynamic data
)
inherited

Implementation

String prettyJson(data) => MyLog.prettyJson(data);