@Nullable abstract fun getInput(): String?
Provides the complete input of this field if valid. Implementations should return null
if the input is not valid.
Return
String?: The complete input of this field if valid. Implementations should return null
if the input is not valid.