clockTimes property

  1. @JsonKey.new(name: 'batidas')
List<ClockTime> clockTimes
getter/setter pair

Implementation

@JsonKey(name: 'batidas')
List<ClockTime> clockTimes;