getDefault static method

TallyTransaction getDefault()

Implementation

static TallyTransaction getDefault() => _defaultInstance ??=
    GeneratedMessage.$_defaultFor<TallyTransaction>(create);