menu
firebase_functions package
documentation
firebase_functions.dart
Expression<T extends Object>
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
String
toJSON
(
)
Converts this expression to JSON for serialization.
Implementation
String toJSON() => toString();
firebase_functions package
documentation
firebase_functions
Expression<T extends Object>
toJSON method
Expression class