start property

  1. @JsonKey(name: 'start')
  2. @DateTimeConverter()
DateTime? start
inherited

Call start. For direct calls can be empty when buzzing.

Implementation

@JsonKey(name: 'start')
@DateTimeConverter()
DateTime? get start => throw _privateConstructorUsedError;