fromJson static method

StatusTypeEnum? fromJson(
  1. dynamic value
)

Implementation

static StatusTypeEnum? fromJson(dynamic value) =>
    StatusTypeEnumTypeTransformer().decode(value);