users property

  1. @BuiltValueField(wireName: r'users')
BuiltList<User>? users

A list of users that are the main result of the query

Implementation

@BuiltValueField(wireName: r'users')
BuiltList<User>? get users;