List constructor
List({
- String? listId,
- Map<
String, NestingLevel> ? nestingLevel,
Implementation
List({this.listId, this.nestingLevel});
List({this.listId, this.nestingLevel});