toJson<T> static method

String toJson<T>(
  1. T object
)

Implementation

static String toJson<T>(T object) => i.toJson<T>(object);