Key.fromJson constructor Null safety

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

Implementation

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