TimeDelta.fromJson constructor

TimeDelta.fromJson(
  1. num value
)

Implementation

factory TimeDelta.fromJson(num value) => TimeDelta(value);