PastDateTimeValidator constructor

const PastDateTimeValidator(
  1. String name
)

name is split using '.' and the map is traversed sequentially until the value is returned. Will Validate if that value is not true.

Implementation

const PastDateTimeValidator(this.name);