findById static method
Implementation
static Future<MessageLogEntry?> findById(
_i1.Session session,
int id,
) async {
return session.db.findById<MessageLogEntry>(id);
}
static Future<MessageLogEntry?> findById(
_i1.Session session,
int id,
) async {
return session.db.findById<MessageLogEntry>(id);
}