Meter.fromJson constructor

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

Implementation

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