TeamContext constructor

TeamContext(
  1. String subject,
  2. String id
)

Implementation

TeamContext(this.subject, super.id);