getDefault static method

NotesList getDefault()

Implementation

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