Timescale.fromJson constructor

Timescale.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory Timescale.fromJson(Map<String, Object?> json) => _$TimescaleFromJson(json);