DeveloperComment constructor

DeveloperComment({
  1. Timestamp? lastModified,
  2. String? text,
})

Implementation

DeveloperComment({
  this.lastModified,
  this.text,
});