RealmValue.dateTime constructor

const RealmValue.dateTime(
  1. DateTime timestamp
)

Implementation

const RealmValue.dateTime(DateTime timestamp) : this._(timestamp);