createdByUserId property
int?
get
createdByUserId
The id of the user who created this document
Implementation
int? get createdByUserId => _snapshot!['created_by_user_id'];
The id of the user who created this document
int? get createdByUserId => _snapshot!['created_by_user_id'];