fromJson static method

StaffSearchModel fromJson(
  1. String json
)

Implementation

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