AsxDocument constructor

AsxDocument({
  1. List<AsxEntry>? entries,
})

Creates AsxEntry from a list of AsxEntry.

Implementation

AsxDocument({this.entries});