fromJson abstract method

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

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

Implementation

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