getDefault static method

WebsiteEditorState getDefault()

Implementation

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