ListProperties constructor

ListProperties({
  1. List<NestingLevel>? nestingLevels,
})

Implementation

ListProperties({
  this.nestingLevels,
});