fromJson static method

NullEnum? fromJson(
  1. dynamic value
)

Implementation

static NullEnum? fromJson(dynamic value) => NullEnumTypeTransformer().decode(value);