odometerReadingKilometers property
Data element ID "TAI". This is the odometer reading registered with the DMV either at the time of titling or registration renewal in kilometers.
Implementation
TextFieldWrapper? get odometerReadingKilometers => document
.fieldByTypeName("OdometerReadingKilometers")
?.let((field) => TextFieldWrapper(field));