We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7cfe5c commit 578118eCopy full SHA for 578118e
lib/chopper/color_converter.dart
@@ -4,6 +4,9 @@ import 'package:freezed_annotation/freezed_annotation.dart';
4
5
/// A class that implements JsonConverter to convert Color objects to and from JSON.
6
class ColorConverter implements JsonConverter<Color, String> {
7
+ /// A class that implements JsonConverter to convert Color objects to and from JSON.
8
+ const ColorConverter();
9
+
10
/// Converts a hexadecimal color string from JSON to a Color object.
11
///
12
/// The input string [json] is expected to be a hexadecimal color string.
0 commit comments