Range.fromJson constructor

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

Implementation

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