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