ownerId property

String? ownerId
inherited

Unique identifier of this List's owner.

How It Can Be Used

  • Returns the List owner ID. Can potentially be used to find out if this specific user owns any other Lists. Can also be used to expand user objects.

Implementation

String? get ownerId => throw _privateConstructorUsedError;