fromJson static method

Devices fromJson(
  1. String json
)

Implementation

static Devices fromJson(String json) {
  return ensureInitialized().decodeJson<Devices>(json);
}