SliverGridDelegate.fromJson constructor Null safety

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

Implementation

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