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