fromJson static method

AttendeeModel fromJson(
  1. String json
)

Implementation

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