fileid property

int? get fileid
override

Implementation

int? get fileid => _$this._fileid;
set fileid (covariant int? fileid)
covariantoverride

Implementation

set fileid(covariant int? fileid) => _$this._fileid = fileid;