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