NotificareLocation.fromJson constructor

NotificareLocation.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory NotificareLocation.fromJson(Map<String, dynamic> json) =>
    _$NotificareLocationFromJson(json);