NotificareRegion class

Annotations
  • @JsonSerializable(anyMap: true, explicitToJson: true)

Constructors

NotificareRegion({required String id, required String name, required String? description, required String? referenceKey, required NotificareRegionGeometry geometry, required NotificareRegionAdvancedGeometry? advancedGeometry, required int? major, required double distance, required String timeZone, required int timeZoneOffset})
NotificareRegion.fromJson(Map<String, dynamic> json)
factory

Properties

advancedGeometry NotificareRegionAdvancedGeometry?
final
description String?
final
distance double
final
geometry NotificareRegionGeometry
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
major int?
final
name String
final
referenceKey String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timeZone String
final
timeZoneOffset int
final

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