fromJson static method

DayTime? fromJson(
  1. dynamic value
)

Implementation

static DayTime? fromJson(dynamic value) =>
    DayTimeTypeTransformer().decode(value);