columns property

  1. @override
List<Column> get columns
override

List of Column used by the table.

Implementation

@override
List<_i1.Column> get columns => [
  id,
  serverId,
  time,
  module,
  endpoint,
  method,
  duration,
  numQueries,
  slow,
  error,
  stackTrace,
  authenticatedUserId,
  userId,
  isOpen,
  touched,
];