fromJson static method

RequestDate fromJson(
  1. String json
)

Implementation

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