printCustomCodeFromJson function
- String? value
Implementation
PrintCustomCode? printCustomCodeFromJson(String? value) =>
PrintCustomCode.fromString(value);
PrintCustomCode? printCustomCodeFromJson(String? value) =>
PrintCustomCode.fromString(value);