fromJson static method

PersonNameUseEnum? fromJson(
  1. dynamic value
)

Implementation

static PersonNameUseEnum? fromJson(dynamic value) => PersonNameUseEnumTypeTransformer().decode(value);