TimeDiff.fromJson constructor

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

Implementation

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