Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Mar 20, 2024
2 parents f77c271 + 3ab9b8e commit 1df565a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/src/int_or_string.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ class IntOrString {
String toString() {
return value.toString();
}

Object toJson() => value;
}

0 comments on commit 1df565a

Please sign in to comment.