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