Location class
Constructors
- Location({required int id, required String name, required String country, required String countryCode, required String isItAFarm, required String farmAndFarmingSystemComplement, required String farmAndFarmingSystem, required String farmAndFarmingSystemDetails, required String whatIsYourDream, required String imageUrl, required String description, required String hideMyLocation, required String latitude, required String longitude, required String responsibleForInformation, required String url, required int accountId})
-
Location.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accountId ↔ int
-
getter/setter pair
- base64Image ↔ String
-
getter/setter pair
- country ↔ String
-
getter/setter pair
- countryCode ↔ String
-
getter/setter pair
- createdAt ↔ String
-
getter/setter pair
- description ↔ String
-
getter/setter pair
- farmAndFarmingSystem ↔ String
-
getter/setter pair
- farmAndFarmingSystemComplement ↔ String
-
getter/setter pair
- farmAndFarmingSystemDetails ↔ String
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPermission ↔ bool
-
getter/setter pair
- hideMyLocation ↔ String
-
getter/setter pair
- id ↔ int
-
getter/setter pair
- imageUrl ↔ String
-
getter/setter pair
- isItAFarm ↔ String
-
getter/setter pair
- latitude ↔ String
-
getter/setter pair
- longitude ↔ String
-
getter/setter pair
- name ↔ String
-
getter/setter pair
- responsibleForInformation ↔ String
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt ↔ String
-
getter/setter pair
- url ↔ String
-
getter/setter pair
- whatIsYourDream ↔ String
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
initLocation(
) → Location