fromJson static method

TimeOfDay? fromJson(
  1. dynamic value
)

Implementation

static TimeOfDay? fromJson(dynamic value) => TimeOfDayTypeTransformer().decode(value);