getDefault static method

DebitNoteItem getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static DebitNoteItem getDefault() => _defaultInstance ??=
    $pb.GeneratedMessage.$_defaultFor<DebitNoteItem>(create);