SafeSnapshot.fromJson constructor

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

Implementation

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