createdBy property

String? get createdBy
override

Implementation

String? get createdBy => _$this._createdBy;
set createdBy (covariant String? createdBy)
covariantoverride

Implementation

set createdBy(covariant String? createdBy) => _$this._createdBy = createdBy;