fromJson static method

CodeDtoFlagsEnum? fromJson(
  1. dynamic value
)

Implementation

static CodeDtoFlagsEnum? fromJson(dynamic value) => CodeDtoFlagsEnumTypeTransformer().decode(value);