DateAttribute constructor

DateAttribute(
  1. String key,
  2. DateTime value
)

Implementation

DateAttribute(this.key, this.value);