FlutterSliverGridDelegate.fromJson constructor

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

Implementation

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