columns property

  1. @override
List<Column> columns

List of Column used by the table.

Implementation

@override
List<_i1.Column> get columns => [
      id,
      userIdentifier,
      userName,
      fullName,
      email,
      created,
      imageUrl,
      scopeNames,
      blocked,
    ];