ListViewerState.fromJson constructor

ListViewerState.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ListViewerState.fromJson(Map<String, Object?> json) =>
    _$ListViewerStateFromJson(json);