createTime property

DateTime createTime

Returns the creation time of this

Implementation

DateTime get createTime => DateTime.parse(super.toString().split('*')[0]);