restoreResultEntityFromJson function
Implementation
RestoreResultEntity restoreResultEntityFromJson(String str) => RestoreResultEntity.fromJson(json.decode(str));
RestoreResultEntity restoreResultEntityFromJson(String str) => RestoreResultEntity.fromJson(json.decode(str));