SharedStoreReference.fromJson constructor

SharedStoreReference.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory SharedStoreReference.fromJson(Map<String, dynamic> json) {
  return createSharedStoreReference(json: json);
}