FlutterListView.fromJson constructor

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

Implementation

factory FlutterListView.fromJson(Map<String, dynamic> json) =>
    _$FlutterListViewFromJson(json);