toReadableString method

String toReadableString()

Implementation

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