postings method

  1. @override
Parser postings()

Implementation

@override
Parser postings() =>
    super.postings().map((each) => (each as List).cast<Posting>());