fromJson static method

DSSHeaders fromJson(
  1. String json
)

Implementation

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