userID property

dynamic userID
latefinal

Foreign key pointing to the related User.

Example:

pivot.userID = 1;

Implementation

late final dynamic userID;