List constructor

List({
  1. String? listId,
  2. Map<String, NestingLevel>? nestingLevel,
})

Implementation

List({
  this.listId,
  this.nestingLevel,
});