encode method

int encode(
  1. TimeOfDay data
)

Implementation

int encode(TimeOfDay data) => data.value;