LastEarthquake class final
- Inheritance
-
- Object
- Earthquake
- LastEarthquake
Constructors
- LastEarthquake({required DateTime dateTime, required double latitude, required double longitude, required double magnitude, required String depth, required String region, required String potency, required String regionFelt, required String shakemap})
-
const
-
LastEarthquake.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dateTime → DateTime
-
finalinherited
- depth → String
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- latitude → double
-
finalinherited
- longitude → double
-
finalinherited
- magnitude → double
-
finalinherited
- potency → String
-
final
- region → String
-
finalinherited
- regionFelt → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shakemap → String
-
final
- shakemapUrl → Uri
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- baseShakemapUrl → Uri
-
final