LastModifiedName property

String? LastModifiedName
Gets the name of the user who last modified this item.

Implementation

String? get LastModifiedName =>
    this.PropertyBag[ItemSchema.LastModifiedName] as String?;