parse method Null safety
override
Implementation
static Code? parse(Map<String, dynamic>? json) =>
json == null ? null : Code._fromJson(json);
static Code? parse(Map<String, dynamic>? json) =>
json == null ? null : Code._fromJson(json);