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