factory LongTaskLinks.fromJson(Map<String, Object?> json) { return LongTaskLinks( status: json[r'status'] as String?, ); }