createdAt property

DateTime? createdAt
inherited

Creation time of this Space.

How It Can Be Used

  • Understand when a Space was first created and sort Spaces by creation time.

Implementation

DateTime? get createdAt => throw _privateConstructorUsedError;