fromJson static method

AttendeeSearchModel fromJson(
  1. String json
)

Implementation

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