getDefault static method

ViewportState getDefault()

Implementation

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