local_storage/src/storage_utils library

Classes

JsonHelper
Json helper class

Functions

isDouble(String? s) bool
Checks if the value is a double (must contain a decimal point). Returns false for integers - use isInteger to check for integers first.
isInteger(String? s) bool
Checks if the value is an integer.
objectToJson(dynamic object) Map<String, dynamic>?
Attempts to call toJson() on an object.