fromJson static method

HealthElementDtoLateralityEnum? fromJson(
  1. dynamic value
)

Implementation

static HealthElementDtoLateralityEnum? fromJson(dynamic value) => HealthElementDtoLateralityEnumTypeTransformer().decode(value);