fromJson static method

WSAuthMessageProductsEnum? fromJson(
  1. dynamic value
)

Implementation

static WSAuthMessageProductsEnum? fromJson(dynamic value) =>
    WSAuthMessageProductsEnumTypeTransformer().decode(value);