getDateValue method

DateTime? getDateValue(
  1. String name
)

Get string value

Implementation

DateTime? getDateValue(String name) => getDateValues(name).firstOrDefault();