toReadableString method
Implementation
String toReadableString() {
return """
id: $id,
photo_url: $photoUrl,
type: $type,
title: $title,
username: $username
""";
}
String toReadableString() {
return """
id: $id,
photo_url: $photoUrl,
type: $type,
title: $title,
username: $username
""";
}