FlutterSliverList.fromJson constructor

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

Implementation

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