createdBy property
      
      String?
      get
      createdBy
      
    
    
The id of the user who created this document
Implementation
String? get createdBy => snapshot['created_by'].toString();
The id of the user who created this document
String? get createdBy => snapshot['created_by'].toString();