create static method

JsonEncoder create()

Implementation

static JsonEncoder create() {
  return const JsonEncoder.withIndent(jsonIndent);
}