changedAtDate property

DateTime changedAtDate

Returns the date this name was set at.

If this is the original Name for the player, this will default to 1970-01-01.

Implementation

DateTime get changedAtDate =>
    DateTime.fromMillisecondsSinceEpoch(_changedToAt);