PersistableState.fromJson constructor

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

Implementation

factory PersistableState.fromJson(Map<String, dynamic> json) =>
    throw UnimplementedError();