fromJson static method

WaitlistEntryObjectEnum? fromJson(
  1. dynamic value
)

Implementation

static WaitlistEntryObjectEnum? fromJson(dynamic value) =>
    WaitlistEntryObjectEnumTypeTransformer().decode(value);