JakimResponse class
- Annotations
-
- @freezed
Constructors
-
JakimResponse({@JsonKey.new(name: 'prayerTime') required List<
PrayerTime> prayerTime, @JsonKey.new(name: 'status') required String status, @JsonKey.new(name: 'periodType') required String periodType, @JsonKey.new(name: 'lang') required String lang, @JsonKey.new(name: 'zone') required String zone, @JsonKey.new(name: 'bearing') required String bearing}) -
constfactory
-
JakimResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bearing → String
-
no setterinherited
-
copyWith
→ $JakimResponseCopyWith<
JakimResponse> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- lang → String
-
no setterinherited
- periodType → String
-
no setterinherited
-
prayerTime
→ List<
PrayerTime> -
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → String
-
no setterinherited
- zone → String
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited