LastModifiedInfo constructor

LastModifiedInfo({
  1. String? time,
})

Implementation

LastModifiedInfo({
  this.time,
});