Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonny Borges
2021-05-10 13:56:05 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
66fa1b7486677ea30ee9f2b4a9a1b47668c21919
66fa1b74
1 parent
1369a13c
fix toJson
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
lib/get_rx/src/rx_types/rx_core/rx_impl.dart
lib/get_rx/src/rx_types/rx_core/rx_impl.dart
View file @
66fa1b7
...
...
@@ -337,7 +337,7 @@ class Rxn<T> extends Rx<T?> {
Rxn
([
T
?
initial
])
:
super
(
initial
);
@override
Object
toJson
()
{
dynamic
toJson
()
{
try
{
return
(
value
as
dynamic
)?.
toJson
();
}
on
Exception
catch
(
_
)
{
...
...
Please
register
or
login
to post a comment