selfDiagnosidFromJson function Null safety

int? selfDiagnosidFromJson(
  1. Map<String, dynamic>? json
)

Implementation

int? selfDiagnosidFromJson(Map<String, dynamic>? json) => json != null ? 1 : null;