fromJson abstract method

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

Responsible for converting the Map<String, dynamic> representation of the state into a concrete instance of the notifier state.

Implementation

State? fromJson(Map<String, dynamic> json);