mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-29 20:48:40 +00:00
update proto
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -62,8 +62,6 @@ class FeedPagination extends $pb.GeneratedMessage {
|
||||
static FeedPagination create() => FeedPagination._();
|
||||
@$core.override
|
||||
FeedPagination createEmptyInstance() => create();
|
||||
static $pb.PbList<FeedPagination> createRepeated() =>
|
||||
$pb.PbList<FeedPagination>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static FeedPagination getDefault() => _defaultInstance ??=
|
||||
$pb.GeneratedMessage.$_defaultFor<FeedPagination>(create);
|
||||
@@ -143,8 +141,6 @@ class FeedPaginationReply extends $pb.GeneratedMessage {
|
||||
static FeedPaginationReply create() => FeedPaginationReply._();
|
||||
@$core.override
|
||||
FeedPaginationReply createEmptyInstance() => create();
|
||||
static $pb.PbList<FeedPaginationReply> createRepeated() =>
|
||||
$pb.PbList<FeedPaginationReply>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static FeedPaginationReply getDefault() => _defaultInstance ??=
|
||||
$pb.GeneratedMessage.$_defaultFor<FeedPaginationReply>(create);
|
||||
@@ -220,7 +216,6 @@ class Pagination extends $pb.GeneratedMessage {
|
||||
static Pagination create() => Pagination._();
|
||||
@$core.override
|
||||
Pagination createEmptyInstance() => create();
|
||||
static $pb.PbList<Pagination> createRepeated() => $pb.PbList<Pagination>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Pagination getDefault() => _defaultInstance ??=
|
||||
$pb.GeneratedMessage.$_defaultFor<Pagination>(create);
|
||||
@@ -288,8 +283,6 @@ class PaginationReply extends $pb.GeneratedMessage {
|
||||
static PaginationReply create() => PaginationReply._();
|
||||
@$core.override
|
||||
PaginationReply createEmptyInstance() => create();
|
||||
static $pb.PbList<PaginationReply> createRepeated() =>
|
||||
$pb.PbList<PaginationReply>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static PaginationReply getDefault() => _defaultInstance ??=
|
||||
$pb.GeneratedMessage.$_defaultFor<PaginationReply>(create);
|
||||
|
||||
Reference in New Issue
Block a user