getDefault static method

StorageObjectList getDefault()

Implementation

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