UDormJson class

Constructors

UDormJson({String? detail1, String? detail2, String? description, String? policies, List<String> highlights = const <String>[], List<String> rules = const <String>[], List<String> requiredDocuments = const <String>[], String? nearbyUniversity, int? universityWalkMinutes, String? visitingHours, String? curfewTime, int? minimumStayMonths, String? howToGetThere, List<UPlaceNearby> nearby = const <UPlaceNearby>[], List<UPlaceFaq> faqs = const <UPlaceFaq>[], String? website, String? whatsapp, String? instagram, String? telegram, double? latitude, double? longitude})
UDormJson.fromJson(String str)
factory
UDormJson.fromMap(Map<String, dynamic> json)
factory

Properties

curfewTime → String?
final
description → String?
final
detail1 → String?
final
detail2 → String?
final
faqs → List<UPlaceFaq>
final
hashCode → int
The hash code for this object.
no setterinherited
highlights → List<String>
final
howToGetThere → String?
final
instagram → String?
final
latitude → double?
final
longitude → double?
final
minimumStayMonths → int?
final
nearby → List<UPlaceNearby>
final
nearbyUniversity → String?
final
policies → String?
final
requiredDocuments → List<String>
final
rules → List<String>
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
telegram → String?
final
universityWalkMinutes → int?
final
visitingHours → String?
final
website → String?
final
whatsapp → String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → String
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited