KeyRightHistoryPoint.fromJson constructor

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

Implementation

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