item property

List<ExplanationOfBenefitItem>? item
inherited

item A claim line. Either a simple (a product or service) or a 'group' of details which can also be a simple items or groups of sub-details.

Implementation

List<ExplanationOfBenefitItem>? get item =>
    throw _privateConstructorUsedError;