SnowflakeEntityExtensions<T extends SnowflakeEntity<T>> extension

Extensions on SnowflakeEntitys.

on
  • SnowflakeEntity<T>

Properties

createdAt DateTime

Available on SnowflakeEntity<T>, provided by the SnowflakeEntityExtensions extension

The date and time this entity was created.
no setter

Methods

getOrNull() Future<T?>

Available on SnowflakeEntity<T>, provided by the SnowflakeEntityExtensions extension

get this entity, but return null if an exception is thrown (most commonly indicating the entity does not exist).