modTime property

String? modTime

ModTime format allowed: RFC3339, contains the modification time of the file, or the zero time if not applicable.

Implementation

String? get modTime =>
    const fb.StringReader().vTableGetNullable(_bc, _bcOffset, 8);