Discussion constructor

const Discussion(
  1. Post post, {
  2. Map<String, Post> comments = const {},
})

Implementation

const Discussion(this.post, {this.comments = const {}});