createdBy property

String? createdBy

The id of the user who created this document

Implementation

String? get createdBy => snapshot['created_by'].toString();