VersionExpandable constructor

VersionExpandable({
  1. String? content,
  2. String? collaborators,
})

Implementation

VersionExpandable({this.content, this.collaborators});